home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OCFINC.PAK / VERSION.H < prev   
Text File  |  1997-05-06  |  600b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents
  3. // Copyright (c) 1991, 1997 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   2.5  $
  6. //
  7. //----------------------------------------------------------------------------
  8. #if !defined(OCF_VERSION_H)
  9. #define OCF_VERSION_H
  10.  
  11. #define OCFInternalVersion 0x05000003L      // Internal version OCF build with
  12. #define OCFVersion         0x0520           // Version building with: XX.XX
  13. #define OCFVersionStr      "5.20\0\0"       // String version of above
  14.  
  15. #endif  //  OCF_VERSION_H
  16.